home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TTARPITFORM / TTARPITFORM.txt
Text File  |  2010-10-15  |  3KB  |  132 lines

  1. object TarpitForm: TTarpitForm
  2.   Left = 206
  3.   Top = 137
  4.   Width = 793
  5.   Height = 502
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Tarpitted IPs'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TarpitPanel: TTntPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 785
  26.     Height = 475
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object TarpitList: TExtListViewManagement
  31.       Left = 0
  32.       Top = 0
  33.       Width = 785
  34.       Height = 449
  35.       RowSelect = True
  36.       AutoColumnSort = acsSortToggle
  37.       AutoSortStyle = assDefault
  38.       NoColumnResize = False
  39.       ShowSortArrows = True
  40.       Align = alClient
  41.       Columns = <
  42.         item
  43.           Caption = 'IP'
  44.           Width = 100
  45.         end
  46.         item
  47.           Caption = 'Host'
  48.           Width = 180
  49.         end
  50.         item
  51.           Caption = 'Reason'
  52.           Width = 60
  53.         end
  54.         item
  55.           Caption = 'Expires'
  56.           Width = 220
  57.         end
  58.         item
  59.           Caption = 'Tarpitted'
  60.           Width = 220
  61.         end>
  62.       ReadOnly = True
  63.       HideSelection = False
  64.       MultiSelect = True
  65.       PopupMenu = ConfigForm.ListViewPopup
  66.       TabOrder = 0
  67.       ViewStyle = vsReport
  68.       ButtonAdd = AddButton
  69.       ButtonDelete = DeleteButton
  70.       OnItemDisplay = TarpitListItemDisplay
  71.       OnItemAdd = TarpitListItemAdd
  72.       OnItemDelete = TarpitListItemDelete
  73.     end
  74.     object BottomPanel: TTntPanel
  75.       Left = 0
  76.       Top = 449
  77.       Width = 785
  78.       Height = 26
  79.       Align = alBottom
  80.       BevelOuter = bvNone
  81.       TabOrder = 1
  82.       object DeleteButton: TTntButton
  83.         Left = 156
  84.         Top = 2
  85.         Width = 72
  86.         Height = 23
  87.         Caption = 'Remove'
  88.         Enabled = False
  89.         TabOrder = 2
  90.       end
  91.       object RemoveExpired: TTntButton
  92.         Left = 232
  93.         Top = 2
  94.         Width = 120
  95.         Height = 23
  96.         Caption = 'Remove All Expired'
  97.         TabOrder = 3
  98.         OnClick = RemoveExpiredClick
  99.       end
  100.       object RemoveAllButton: TTntButton
  101.         Tag = 1
  102.         Left = 356
  103.         Top = 2
  104.         Width = 84
  105.         Height = 23
  106.         Caption = 'Remove All'
  107.         TabOrder = 4
  108.         OnClick = RemoveExpiredClick
  109.       end
  110.       object AddButton: TTntButton
  111.         Left = 80
  112.         Top = 2
  113.         Width = 72
  114.         Height = 23
  115.         Caption = 'Add...'
  116.         Enabled = False
  117.         TabOrder = 1
  118.       end
  119.       object RefreshButton: TTntButton
  120.         Tag = 1
  121.         Left = 4
  122.         Top = 2
  123.         Width = 72
  124.         Height = 23
  125.         Caption = 'Refresh'
  126.         TabOrder = 0
  127.         OnClick = RefreshButtonClick
  128.       end
  129.     end
  130.   end
  131. end
  132.